Defines better quality of export output by using the SciChart.Drawing.XamlRasterizer.XamlRenderSurface when exporting to file. NOTE: The SciChart.Drawing.XamlRasterizer.XamlRenderSurface type is only available in the SDK and Enterprise editions of SciChart
Defines size for export output. When null, outputs at the current size. When a size is specified, the chart is cloned in memory and exported at the new size
ExportToBitmapSource(Boolean,Nullable<Size>) Method
Exports to bitmap source.
Syntax
public virtual BitmapSource ExportToBitmapSource( 
   bool useXamlRenderSurface,
   Nullable<Size> size
)

Parameters

useXamlRenderSurface
Defines better quality of export output by using the SciChart.Drawing.XamlRasterizer.XamlRenderSurface when exporting to file. NOTE: The SciChart.Drawing.XamlRasterizer.XamlRenderSurface type is only available in the SDK and Enterprise editions of SciChart
size
Defines size for export output. When null, outputs at the current size. When a size is specified, the chart is cloned in memory and exported at the new size
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also